Skip to content

Use arduino/cpp-test-action in Unit Test CI workflow #206

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 2, 2020
Merged

Use arduino/cpp-test-action in Unit Test CI workflow #206

merged 1 commit into from
Nov 2, 2020

Conversation

per1234
Copy link
Contributor

@per1234 per1234 commented Oct 24, 2020

The commands used for Arduino's standard firmware test procedure, which were previously duplicated in each workflow, have now been moved to a GitHub Actions action, arduino/cpp-test-action, allowing for more minimal workflows and the maintenance of these commands in a centralized location.

This PR should result in no functional change to the unit testing and code coverage reporting process.

@codecov-io
Copy link

Codecov Report

Merging #206 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #206   +/-   ##
=======================================
  Coverage   95.27%   95.27%           
=======================================
  Files          25       25           
  Lines         889      889           
=======================================
  Hits          847      847           
  Misses         42       42           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 12f5d2c...d3c53b2. Read the comment docs.

Copy link
Contributor

@aentinger aentinger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @per1234 🚀

@aentinger aentinger merged commit 6ae2ad2 into arduino-libraries:master Nov 2, 2020
@per1234 per1234 deleted the use-cpp-test-action branch November 2, 2020 11:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants